home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / MuManual / MuManual.readme < prev    next >
Text File  |  2000-04-24  |  5KB  |  127 lines

  1. Short:    Tutorial, examples, includes, (auto)docs for mmu.library
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     docs/misc
  5. Requires: MMULib.lha, Os 2.04, ShowDVI plus recent fonts or GhostScript
  6. Version:  42.1
  7.  
  8. NOTE:    This is the "Developer Distribution" of the mmu.library. The user
  9.     distribution is in the "MMULib" archive and is required, too.
  10.  
  11. -----------------------------------------------------------------------------
  12. This archive contains a "RKRM style" documentation of the mmu.library,
  13. describing its functions and its purposes. It contains various program
  14. examples and gives the basic insight into the library mechanisms.
  15.  
  16. The manual is included in "dvi" and "postscript" form, you need either a
  17. postscript printer (most recent laser printers include a postscript
  18. interpreter), a postscript interpreter like "ghostscript" from the Aminet,
  19. or a recent TeX installation to print the "dvi" file itself. The latter
  20. requires the installation of the relatively new "ec" fonts which can be
  21. found at the CTAN servers, e.g. ftp.dante.de.
  22.  
  23. -----------------------------------------------------------------------------
  24.  
  25. Purpose and goal of this library:
  26.  
  27. The mmu.library is a basis for MMU (memory management) related functions the 
  28. MC68K family can perform. Up to now certain hacks are available that program 
  29. the MMU themselves (Enforcer,CyberGuard,GuardianAngle,SetCPU,Shapeshifter,
  30. VMM,GigaMem...). 
  31. It's therefore not unexpected that these tools conflict with each other.
  32. There's up to now no Os support for the MMU at all - the gap this mmu.library
  33. fills.
  34.  
  35. The goal is to provide a basis of functions to address and program the MMU in
  36. a hardware independent, Os friendly fashion. Hence, the new version of the
  37. Enforcer, called MuForce, will work together with virtual memory, and others.
  38.  
  39. The mmu.library is also the basis for a virtual memory project, the 
  40. memory.library. Even though the mmu.library does not provide virtual memory
  41. itself, it builds the basics to allow an easy implementation and to avoid the
  42. hacks required by other implementations so far.
  43.  
  44. ------------------------------------------------------------------------------
  45.  
  46.                          The THOR-Software Licence (v2, 24th June 1998)
  47.  
  48.  
  49. This License applies to the computer programs known as the "mmu.library" 
  50. and its sources. The "Program", below, refers to such program. The
  51. "Archive" refers to the package of distribution, as prepared by the author
  52. of the Program, Thomas Richter. Each licensee is addressed as "you".
  53.  
  54.  
  55.  
  56. The Program and the data in the archive are freely distributable
  57. under the restrictions stated below, but are also Copyright (c)
  58. Thomas Richter.
  59.  
  60. Distribution of the Program, the Archive and the data in the Archive by a
  61. commercial organization without written permission from the author to any
  62. third party is prohibited if any payment is made in connection with such
  63. distribution, whether directly (as in payment for a copy of the Program) or
  64. indirectly (as in payment for some service related to the Program, or
  65. payment for some product or service that includes a copy of the Program
  66. "without charge"; these are only examples, and not an exhaustive enumeration
  67. of prohibited activities).
  68.  
  69.  
  70. However, the following methods of distribution
  71. involving payment shall not in and of themselves be a violation of this
  72. restriction:
  73.  
  74.  
  75. (i) Posting the Program on a public access information storage and
  76. retrieval service for which a fee is received for retrieving information
  77. (such as an on-line service), provided that the fee is not
  78. content-dependent (i.e., the fee would be the same for retrieving the same
  79. volume of information consisting of random data).
  80.  
  81.  
  82. (ii) Distributing the Program on a CD-ROM, provided that
  83.  
  84. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  85. especially this licence agreement;
  86.  
  87. b) the CD-ROM is made available to the public for a nominal fee only,
  88.  
  89. c) a copy of the CD is made available to the author for free except for
  90. shipment costs, and
  91.  
  92. d) provided further that all information on such CD-ROM is redistributable
  93. for non-commercial purposes without charge.
  94.  
  95.  
  96. Redistribution of a modified version of the Archive, the Program or the
  97. contents of the Archive is prohibited in any way, by any organization,
  98. regardless whether commercial or non-commercial. Everything must be kept
  99. together, in original and unmodified form.
  100.  
  101.  
  102.  
  103.  
  104. Limitations.
  105.  
  106.  
  107. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  108. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  109. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  110. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  111. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  112. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  113. SERVICING, REPAIR OR CORRECTION.
  114.  
  115.  
  116. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  117. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  118. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  119.  
  120.  
  121.                                                         Thomas Richter
  122.  
  123. -----------------------------------------------------------------------------
  124.  
  125. So long,
  126.     Thomas            (April 2000)
  127.